Skip to content

Conversation

@meili-bot
Copy link
Contributor

@meili-bot meili-bot commented Nov 11, 2025

This PR is auto-generated.

The automated script updates the version of meilisearch-java to a new version: "v0.17.0"

Summary by CodeRabbit

  • Chores
    • Updated Meilisearch Java SDK to version 0.17.0 across project dependencies and documentation.

@meili-bot meili-bot added the skip-changelog The PR will not appear in the release changelogs label Nov 11, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 11, 2025

Walkthrough

Updates the Meilisearch Java SDK version from 0.16.1 to 0.17.0 across build configuration, documentation, code samples, and the embedded version constant. All changes are version string updates with no logic or control flow modifications.

Changes

Cohort / File(s) Summary
Configuration and Documentation
.code-samples.meilisearch.yaml, README.md
Bumps Meilisearch Java SDK dependency version from 0.16.1 to 0.17.0 in Maven and Gradle dependency declarations and code sample instructions.
Build Configuration
build.gradle
Updates project version from 0.16.1 to 0.17.0.
Version Constant
src/main/java/com/meilisearch/sdk/Version.java
Updates static VERSION field from "0.16.1" to "0.17.0".

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • Multiple files affected, but all changes follow an identical pattern (version string replacement)
  • Verify consistency across all four files to ensure no version mismatches
  • Confirm the version bump is intentional and aligns with release notes

Possibly related PRs

Suggested reviewers

  • brunoocasali
  • curquiza

Poem

🐰 A hop and a skip, from old to the new,
Version strings dancing in every view,
0.17.0 hops into place,
Build files and docs—each file in its space! 🚀

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main change: updating the project version from 0.16.1 to 0.17.0 across all configuration and source files.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch meili-bot/bump-version

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e9f143c and e97f8bf.

📒 Files selected for processing (4)
  • .code-samples.meilisearch.yaml (1 hunks)
  • README.md (2 hunks)
  • build.gradle (1 hunks)
  • src/main/java/com/meilisearch/sdk/Version.java (1 hunks)
🔇 Additional comments (4)
build.gradle (1)

20-20: LGTM! Version updated correctly.

The project version has been properly updated to 0.17.0, which aligns with the PR objective for the next release.

.code-samples.meilisearch.yaml (1)

459-473: LGTM! Documentation examples updated consistently.

Both Maven and Gradle dependency versions in the getting started examples have been correctly updated to 0.17.0.

README.md (1)

61-61: LGTM! Installation instructions updated correctly.

Both Maven and Gradle installation instructions now reference version 0.17.0, ensuring users will install the latest release.

Also applies to: 71-71

src/main/java/com/meilisearch/sdk/Version.java (1)

4-4: LGTM! Runtime version constant updated correctly.

The VERSION constant has been properly updated to "0.17.0", ensuring the SDK will report the correct version at runtime via getQualifiedVersion().


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Strift Strift merged commit 45861af into main Nov 11, 2025
3 checks passed
@Strift Strift deleted the meili-bot/bump-version branch November 11, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants